Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / LinearRange<T> Class
Members


In This Topic
    LinearRange<T> Class
    In This Topic
    Abstract class defining a LinearRange, which is a range of consecutives WorksheetElements.
    Syntax
    'Declaration
     
    
    Public MustInherit Class LinearRange(Of T As LinearWorksheetElement) 
       Inherits StyledRange(Of T)
       Implements IRangeBase(Of T) 
    'Usage
     
    
    Dim instance As LinearRange(Of T)
    public abstract class LinearRange<T> : StyledRange<T>, IRangeBase<T>  
    where T: LinearWorksheetElement
    Type Parameters
    T
    Remarks
    This class derives from StyledRange.
    Inheritance Hierarchy

    System.Object
       Xceed.Workbooks.NET.WorkbookElement
          Xceed.Workbooks.NET.WorksheetElement
             Xceed.Workbooks.NET.StyledWorksheetElement
                Xceed.Workbooks.NET.StyledRange<T>
                   Xceed.Workbooks.NET.LinearRange<T>
                      Xceed.Workbooks.NET.ColumnRange
                      Xceed.Workbooks.NET.RowRange

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the number of items in the target LinearRange.  
    Public PropertyGets the items in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets or sets the last item in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets or sets if the Rows in the RowRange or the Columns in the ColumnRange are hidden are not.    
    Public PropertyGets or sets the first item in the range. (Inherited from Xceed.Workbooks.NET.StyledRange<T>)
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Top
    Public Methods
     NameDescription
    Public MethodBase method for auto-fitting the Height of a RowRange or the Width of a ColumnRange.  
    Public MethodOverridden. Removes specific elements from the LinearRange.  
    Public Method  
    Public Method  
    Public MethodOverridden. Searches into the content of the LinearRange and replaces all occurences of a specific value with a new value.  
    Public MethodOverridden. Searches into the content of the LinearRange and replaces all instances of the searchValues with their corresponding newValues.  
    Public Method  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also